PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / getAlternateDescription Method
In This Topic
    getAlternateDescription Method
    In This Topic
    Gets the alternate description of the structure element.
    Syntax
    public java.lang.String getAlternateDescription()

    Return Value

    An alternative description of the structure element and its children in human-readable form, which is useful when extracting the document's contents in support of accessibility to users with disabilities or for other purposes.
    See Also